Home | History | Annotate | Download | only in PHP-Markdown-Extra-1.2.3

Lines Matching full:now

55     WordPress. In the "Plugins" section you will now find Markdown. 
57 same line than Markdown. Your entries will now be formatted by
138 can now be used as a modifier for your templates. Rename "markdown.php"
150 Many web applications now ship with PHP Markdown, or have plugins to
210 now automatically applied with the current post ID to avoid clashes
234 * Lists can now have empty items.
261 * Footnotes may now be referenced from within another footnote.
274 * Now removing the UTF-8 BOM at the start of a document, if present.
276 * Now accepting capitalized URI schemes (such as HTTP:) in automatic
334 external before markdown.php is included is now possible without
343 would prevent the code span from being created. This should now
369 * The markdown="" attribute now accepts unquoted values.
378 Now it does produce emphasis as expected.
404 * Now supports URLs containing literal parentheses for inline links
419 anchors within each other. This is now fixed.
430 * Now convert escaped characters to their numeric character
441 Now, only one backslash will do:
510 * PHP Markdown will now use its own function to calculate the length of an
525 title attribute is now present only when explicitly defined.
527 * Link references definitions can now have an empty title, previously if the
532 * Made `detab` aware of UTF-8 characters. UTF-8 multi-byte sequences are now
553 * Changed all methods which were inserting HTML code so that they now return
571 be aware of code spans. All these lines should work correctly now:
581 * `<address>` has been added to the list of block-level elements and is now
584 * Now only trim trailing newlines from code blocks, instead of trimming
596 * _DoAutoLinks() now supports the 'dict://' URL scheme.
598 * PHP- and ASP-style processor instructions are now protected as
618 This only work only for headers for now.
620 * Tables will now work correctly as the first element of a definition
630 header was named ": Header". This is now fixed.
651 * Definition lists now require a blank line before each term. Solves
655 * Definition lists now support multiple terms per definition.
658 key. Things such as this now work as expected:
665 * Definition lists can now take two or more definitions for one term.
683 * Code spans containing pipes did not within a table. This is now